-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Move DynamicILInfo type remarks to conceptual docs #51712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR migrates the type-level remarks for <xref:System.Reflection.Emit.DynamicILInfo> from API reference into a new conceptual “Supplemental API remarks” page, aligning with the existing pattern used for DynamicMethod.
Changes:
- Adds a new supplemental remarks page:
system-reflection-emit-dynamicilinfo.md. - Updates the Fundamentals TOC to include the new page under Reflection → Emit dynamic methods and assemblies → Supplemental API remarks.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/fundamentals/toc.yml | Adds a TOC entry to surface the new DynamicILInfo supplemental remarks page. |
| docs/fundamentals/runtime-libraries/system-reflection-emit-dynamicilinfo.md | New conceptual page containing the migrated type-level remarks and note. |
docs/fundamentals/runtime-libraries/system-reflection-emit-dynamicilinfo.md
Outdated
Show resolved
Hide resolved
docs/fundamentals/runtime-libraries/system-reflection-emit-dynamicilinfo.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
BillWagner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM. Let's ![]()
Migrates
System.Reflection.Emit.DynamicILInfotype-level remarks (17 lines) from API reference to conceptual documentation, following the pattern established forDynamicMethodin PR #51571.Changes:
system-reflection-emit-dynamicilinfo.mdOnly type-level remarks exceeded the 15-line threshold; member-level remarks remain in API docs. Contributes to dotnet/dotnet-api-docs#10722.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Internal previews